home *** CD-ROM | disk | FTP | other *** search
- 1. If you are building on a SUN or DecSTATION, please use the "mdepend.sh"
- script in the "GENERIC" directory, (not the "imake_tools" version).
-
- 2. The files "src/condor_submit/ebug.h" and "src/condor_util_lib/ebug.h"
- are in error. The distribution file has them as symbolic links to
- files which probably don't exist on your system. Just delete both
- the links before trying to compile.
-
- 3. The installation instructions regarding the "#define" "YpLib"
- in your "site.def" files needs some clarification. This definition
- is needed only if you run YP (NIS), and your standard C library
- does not contain the YP subroutines. I believe on all SUNs the
- C library will contain those subroutines. You can confirm that
- you have the needed code in your C library by running
-
- "ar -t /lib/libc.a | egrep yp_bind"
-
- If the file "yp_bind.o" is found, your C library already has the
- necessary functions.
-